home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / electronics / analog_emulator / listplot / lineplot < prev    next >
Encoding:
Text File  |  1995-07-17  |  447 b   |  20 lines

  1. .k filename/a,pltitle,plxlabel,plylabel,pldevice
  2.  
  3. ; Invoke this shell script via
  4. ;
  5. ; lineplot filename [ title [ xlabel [ylabel [ device ] ] ] ]
  6. ;
  7. ; where file filename contains the data to be plotted
  8.  
  9. .def pldevice "amiga"
  10. .def pltitle "ListPlot Example"
  11. .def plxlabel "X Axis"
  12. .def plylabel "Y Axis"
  13.  
  14. LP:ListPlot +
  15.   "UseInputFile=<filename>" +
  16.   "PlotTitle=<pltitle>" +
  17.   "XLabel=<plxlabel>" +
  18.   "YLabel=<plylabel>" +
  19.   "PlotDevice=<pldevice>"
  20.